PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / getDisplayMeasureUnitAsPrefix Method
In This Topic
    getDisplayMeasureUnitAsPrefix Method
    In This Topic
    Gets a value indicating whether the is displayed before or after the calculated unit value.
    The characters specified by and shall be concatenated before considering this method.
    Syntax
    public boolean getDisplayMeasureUnitAsPrefix()

    Return Value

    True if the getMeasureUnit is a prefix to the value, otherwise it is a suffix to the value. Default is false.
    See Also